home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / source / alloc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-15  |  131 b   |  9 lines

  1. #ifndef ALLOC_H
  2. #define ALLOC_H
  3.  
  4. extern /*@null@*//*@out@*/char *alloc();
  5. extern void alloc_free();
  6. extern int alloc_re();
  7.  
  8. #endif
  9.